Problem Note 39272: LIBNAME options STARTOBS and ENDOBS file on SPDE LIBNAME statement
These two LIBNAME statements fail for SAS® 9.1:
libname foolib spde "." startobs=2;
-
ERROR 23-7: Invalid value for the STARTOBS option.
ERROR: Libname FOOLIB is not assigned.
ERROR: Error in the LIBNAME statement.
libname foolib spde "." endobs=100;
---
ERROR 23-7: Invalid value for the ENDOBS option.
ERROR: Libname FOOLIB is not assigned.
ERROR: Error in the LIBNAME statement.
The problem does not exist at SAS® 9.2.
The workaround is to use the data set options instead of LIBNAME statement options:
For more information:
Data set options:
STARTOBS= Data Set Option
ENDOBS= Data Set Option
LIBNAME options for SPDE libraries:
STARTOBS= LIBNAME Statement Option
ENDOBS= LIBNAME Statement Option
Operating System and Release Information
SAS System | N/A | 64-bit Enabled HP-UX | 9.1 TS1M0 | 9.2 TS2M0 |
64-bit Enabled Solaris | 9.1 TS1M0 | 9.2 TS2M0 |
Solaris for x64 | 9.1 TS1M0 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | Data Management ==> Data Sources ==> SPDE (Scalable Performance Data Engine) SAS Reference ==> LIBNAME Engines
|
Date Modified: | 2019-11-21 15:25:27 |
Date Created: | 2010-04-05 16:58:18 |